'Declaration Protected Overridable Function RemoveAsyncOverride( _ ByVal index As Integer, _ ByVal cancellationToken As CancellationToken _ ) As Task
protected virtual Task RemoveAsyncOverride( int index, CancellationToken cancellationToken )
Parameters
- index
- The index of the removed item.
- cancellationToken
- The cancellation token.